home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Dev / powerd / lib / powerd_lib.lha / PowerD / RemListPooled.ass < prev    next >
Encoding:
Text File  |  2000-02-26  |  217 b   |  17 lines

  1. ; a0 - pool
  2. ; a1 - str
  3.  
  4.     xdef    _RemListPooled
  5.  
  6. _RemListPooled
  7.     movem.l    d0-d1/a6,-(a7)
  8.     move.l    -(a1),d0
  9.     moveq    #16,d1
  10.     lsr.l    d1,d0
  11.     lsl.l    #2,d0
  12.     addq.l    #4,d0
  13.     movea.l    $4.w,a6
  14.     jsr    (-714,a6)
  15.     movem.l    (a7)+,d0-d1/a6
  16.     rts
  17.